home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Demos / DE_MesaAR1 / Examples / AddIn / dec.h next >
Encoding:
Text File  |  1992-05-26  |  1.2 KB  |  26 lines

  1. /**************************************************************************
  2.  *                                                                        *
  3.  *                                                                        *
  4.  *          This code is copyright (c) 1992                               *
  5.  *                     Athena Design, Inc.                                *
  6.  *                     and David Pollak                                   *
  7.  *                                                                        *
  8.  *                ALL RIGHTS RESERVED                                     *
  9.  *                                                                        *
  10.  *                                                                        *
  11.  *                                                                        *
  12.  *                                                                        *
  13.  *                                                                        *
  14.  **************************************************************************/
  15.  
  16. #import "MesaAddIn.h"
  17.  
  18. @interface DecAddIn : MesaAddIn
  19. {
  20. }
  21.  
  22. + (char *)name;
  23. - execute:(void *)stack numberOfParams:(int)num sheet:(void *)sh;
  24.  
  25. @end
  26.